home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tex / macros / packages / pctexwin.def < prev    next >
Encoding:
Text File  |  1995-03-15  |  2.5 KB  |  81 lines

  1. %% 
  2. %% This is file `pctexwin.def', generated on <1995/3/4> 
  3. %% with the docstrip utility (2.2i).
  4. %% 
  5. %% The original source files were:
  6. %% 
  7. %% drivers.dtx  (with options: `pctexwin')
  8. %% 
  9. %% IMPORTANT NOTICE:
  10. %% You are not allowed to distribute this file.
  11. %% For distribution of the original source see
  12. %% the copyright notice in the file drivers.dtx .
  13. %% 
  14. %% drivers.dtx Copyright (C) 1994 David Carlisle Sebastian Rahtz
  15. %%
  16. %% This file is part of the Standard LaTeX `Graphics Bundle'.
  17. %%
  18. %% It should be distributed *unchanged* and together with all other
  19. %% files in the graphics bundle. The file 00readme.txt contains a list
  20. %% of all of these files.
  21. %%
  22. %% A modified version of this file may be distributed, but it should
  23. %% be distributed with a *different* name. Changed files must be
  24. %% distributed *together with a complete and unchanged* distribution
  25. %% of these files.
  26. %%
  27. \ProvidesFile{pctexwin.def}
  28.         [1994/12/12 v2.6 Driver-dependant file (DPC,SPQR)]
  29. \def\Ginclude@eps#1{%
  30. \message{<#1>}%
  31.    \ifGin@clip
  32.      \typeout{no clipping support in pctexwin}%
  33.    \fi
  34.    \Gin@req@width.03515\Gin@req@width
  35.    \Gin@req@height.03515\Gin@req@height
  36.    \special{eps:#1\space x=\strip@pt\Gin@req@width cm,
  37.                          y=\strip@pt\Gin@req@height cm}}
  38.  
  39. \def\Ginclude@ps#1{%
  40. \message{<#1>}%
  41.   \ifGin@clip
  42.     \typeout{no clipping support in pctexwin}%
  43.   \fi
  44.   \hbox{\kern-\Gin@llx\raise-\Gin@lly\hbox{\special{ps:#1}}}%
  45.   \typeout{^^J%
  46. ---------------------------------------------------------^^J%
  47. .ps graphics without bounding box information cannot be^^J%
  48. scaled.  If the file actually contains the information,^^J%
  49. please rename the file to .eps file extension.^^J%
  50. ---------------------------------------------------------^^J%
  51. }}
  52.  
  53. \def\Ginclude@bmp#1{%
  54. \message{<#1>}%
  55.    \ifGin@clip
  56.      \typeout{no clipping support in pctexwin}%
  57.    \fi
  58.    \Gin@req@width.03515\Gin@req@width
  59.    \Gin@req@height.03515\Gin@req@height
  60.    \special{bmp:#1\space x=\strip@pt\Gin@req@width cm,
  61.      y=\strip@pt\Gin@req@height cm}}
  62.  
  63. \def\Ginclude@wmf#1{%
  64. \message{<#1>}%
  65.    \ifGin@clip
  66.      \typeout{no clipping support in pctexwin}%
  67.    \fi
  68.    \Gin@req@width.03515\Gin@req@width
  69.    \Gin@req@height.03515\Gin@req@height
  70.    \special{wmf:#1\space x=\strip@pt\Gin@req@width cm,
  71.      y=\strip@pt\Gin@req@height cm}}
  72.  
  73. \def\Gin@extensions{.eps,.ps,.wmf,.bmp}
  74. \@namedef{Gin@rule@.bmp}#1{{bmp}{}{#1}}
  75. \@namedef{Gin@rule@.wmf}#1{{wmf}{}{#1}}
  76. \@namedef{Gin@rule@.ps}#1{{ps}{.ps}{#1}}
  77. \@namedef{Gin@rule@.eps}#1{{eps}{.eps}{#1}}
  78. \endinput
  79. %% 
  80. %% End of file `pctexwin.def'.
  81.